Conversation
Member
Author
This stack of pull requests is managed by Graphite. Learn more about stacking. |
0a3a830 to
0e8eda5
Compare
0e8eda5 to
1fc9892
Compare
f516bc0 to
91b328f
Compare
2c09604 to
a96a88f
Compare
dylanlott
approved these changes
Jun 4, 2025
Evalir
reviewed
Jun 5, 2025
| /// Incorrect host block error | ||
| IncorrectHostBlock, | ||
| /// Bad signature error | ||
| BadSignature, |
Member
There was a problem hiding this comment.
I assume we're not preserving the data in tihs error since it's probably not worth it do so anyway
Member
Author
There was a problem hiding this comment.
it's an error kind not an error itself. it's just a memoization of the type of the actual error data stored elsewhere
aee1dd3 to
da4a7fd
Compare
Member
Author
|
@dylanlott if you're happy with this merge at your own pace :) |
da4a7fd to
055303d
Compare
This was referenced Jun 12, 2025
Merged
055303d to
8046216
Compare
145476e to
a496d16
Compare
8046216 to
a6fa7fb
Compare
Member
Author
|
@dylanlott dunno if something is up with your gpg settings, but the commits are unverified 🤔 |
update abi_decode function signatures
a6fa7fb to
3831f1a
Compare
Member
Author
|
(i rebased to fix this) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

adds a revert error convenience type to clean up some code and encapsulate our error munging